home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / MAKESPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-04-07  |  1.2 KB  |  35 lines

  1. rem
  2. rem Build a set of large data files using a version of the SPD
  3. rem code that comes with the 'mtv' raytracer.  Note the very
  4. rem high value for "max_prims" in the file "polyray.ini".  This
  5. rem is necessary in order to store the large number of prims that
  6. rem sometimes get generated by these routines.
  7. rem
  8. make -f ztc.mak balls.exe > temp
  9. make -f ztc.mak coil.exe >> temp
  10. make -f ztc.mak gears.exe >> temp
  11. make -f ztc.mak hilbert.exe >> temp
  12. make -f ztc.mak mountain.exe >> temp
  13. make -f ztc.mak rings.exe >> temp
  14. make -f ztc.mak sphcoil.exe >> temp
  15. make -f ztc.mak tetra.exe >> temp
  16. make -f ztc.mak tree.exe >> temp
  17. balls > balls.pi
  18. coil > coil.pi
  19. gears > gears.pi
  20. hilbert > hilbert.pi
  21. mountain > mountain.pi
  22. rings > rings.pi
  23. sphcoil > sphcoil.pi
  24. tetra > tetra.pi
  25. tree > tree.pi
  26. ppolyray balls.pi    -o balls.tga -t -B >> temp
  27. ppolyray coil.pi     -o coil.tga -t -B >> temp
  28. ppolyray gears.pi    -o gears.tga -t -B >> temp
  29. ppolyray hilbert.pi  -o hilbert.tga -t -B >> temp
  30. ppolyray mountain.pi -o mountain.tga -t -B >> temp
  31. ppolyray rings.pi    -o rings.tga -t -B >> temp
  32. ppolyray sphcoil.pi  -o sphcoil.tga -t -B >> temp
  33. ppolyray tetra.pi    -o tetra.tga -t -B >> temp
  34. ppolyray tree.pi     -o tree.tga -t -B >> temp
  35.